solana_utils.token_accounts
table contains information about token accounts on the Solana blockchain. Token accounts are used to hold balances of specific tokens for Solana wallets.
This table provides essential data about token accounts, including:
- The token account address
- The owner of the token balance
- The mint address of the token
- The type of account (e.g., associated token account or regular token account)
Utility
The Solana token accounts table is useful for:- Tracking token balances for specific wallets
- Analyzing the distribution of token holdings
- Identifying associated token accounts for wallets
- Understanding the relationship between token mints and token accounts
Datatypes on Snowflake datashare are different in some cases, read more here.